tmem: drop unneeded is_ephemeral() and is_private()
authorBob Liu <lliubbo@gmail.com>
Thu, 12 Dec 2013 11:05:06 +0000 (19:05 +0800)
committerJan Beulich <jbeulich@suse.com>
Wed, 8 Jan 2014 07:53:57 +0000 (08:53 +0100)
commit3122d67b0e495d164a1453f6dc4cd2cb0e9de9f5
treefa18cbdb170b92a5c55da33b46c2e324564890d7
parent0330035f44f3f6de553593b0b6359eb29fb3dd9b
tmem: drop unneeded is_ephemeral() and is_private()

Can use !is_persistent() and !is_shared() to replace them directly.

Signed-off-by: Bob Liu <bob.liu@oracle.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
xen/common/tmem.c